This collection of samples demonstrates various usages of the Fortran-friendly dialog box support in Intel® Fortran. While it is certainly possible to use only Windows* APIs to build an application using dialog boxes, the support through the IFLOGM module generally makes it easier.

For more information about using dialog boxes, see Using Intel Visual Fortran to Create and Build Windows-Based Applications

The collection includes the following samples - please see the readme.html in each subfolder for further details:

FXPLORER
Demonstrates use of a dialog box that hosts an ActiveX* control (in this case, a web browser control) using the Windows COM/Automation methods exposed by the control. The Intel Fortran Module Wizard was used in the construction of this sample.
TEMP
A simple modal dialog box with a few controls
WHIZZY
A complex dialog box with many types of controls, plus options such as multiple languages and manipulation of the dialog box itself.